Sequences and Series

A sequence is a list of terms, while a series is the sum of the terms. A sequence can be defined in two ways:

  • A position-to-term formula for the th term e.g. (for an arithmetic sequence).
  • A recurrence relation, e.g. .

Sequences can be:

  • Periodic, meaning that there are repeated terms, e.g. . In this example, the period is 3.
  • Increasing, meaning each term is greater than the one before it (), e.g. .
  • Decreasing, meaning each term is term less than the one before it (), e.g. .

Sigma notation

Sigma notation is used to denote the sum of a sequence:

These terms are summed from to inclusive. This notation can also be used to denote infinite sums, for example:

Sigma notation can also be manipulated in useful ways:

  • . This is the associative property of addition.
  • . This is the distributive property of multiplication over addition.

Arithmetic sequences

An arithmetic sequence (or progression) is defined by the first term, , and the common difference between terms, . The sequence is therefore:

The th term is . The sum of the first terms is therefore:

To find the sum of the series, the series can be summed along with it the series written backwards, then summing the vertically aligned pairs.:

Where has identical terms. Therefore the sum of an arithmetic sequence is given by:

Also, note that the first term is , and the last term is , so the bracketed part is the sum of the first and last terms. Thus, the formula can also be written as:

Geometric sequences

A geometric sequence (or progression) is defined by the first term, , and the common ratio . The sequence is therefore:

The th term is . The sum of the first terms can be found using a method similar to that of the arithmetic series, subtracting from :

Giving, for :

Sum to infinity

A geometric sequence is convergent if , otherwise it is divergent. If it is convergent, then the sum to infinity is:

Binomial expansion

The binomial expansion of can be found by using (for positive integer ):

The binomial coefficient, written or is given by:
Here, denotes . Note that .

IS: The binomial coefficients are also given by Pascal's triangle, where the element of each row is found by summing the two elements immediately above. For example, the 4th row gives the coefficients in the expansion of : .

111121133114641...

General binomial expansion

The general binomial expansion works for any real value of , and requires that to be valid.

To find the expansion of , factor out the :

This expansion is valid for .